[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 V_CLOSEALL()
 Close all open DBV type files
-------------------------------------------------------------------------------

 Syntax

    V_CLOSEALL()

 Arguments

    None.

 Returns

    None.

 Description

    V_CLOSEALL() closes all open DBV type files in all open DBV work
    areas. In addition, the cache described by V_BUFFERS() and
    V_FILES() is released.

 Notes

  . This function does not affect and is not affected by any
    Clipper data base functions or commands.

 Examples

// Open a DBV type file in FlexFile's area 1.
V_SELECT(1)
V_USE( "file" )

// Open a second file in the next available area.
V_USE( "file2", , "NEW" )

// Close all open files.
V_CLOSEALL()

See Also: V_CLOSE() V_USE()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson